QuickOPC User's Guide and Reference
The LinearConverter Component
Development Models > Live Binding Model > Live Binding Model for OPC Data (Classic and UA) > Value Conversions, String Formats and Converters > The LinearConverter Component

The LinearConverter component provides a linear conversion and its inverse, and also (optionally) allows output value clamping. The linear conversion is useful for proper scaling of values when the underlying OPC source does not directly have the desired value.

You configure the parameters of the linear conversion so that the X1 value converts to Y1, and the X2 value converts to Y2. Other values are interpolated or extrapolated according to these settings.

For values that fall outside the given limits, you can choose one of the following behaviors:

See Also